Move comment in sgml_common to top of file (#8359)

This commit is contained in:
Maximilian Downey Twiss
2023-06-10 03:56:20 +10:00
committed by GitHub
parent d1c1cfd97c
commit e4280d29fa

View File

@@ -1,7 +1,7 @@
require 'package'
# from LFS: http://www.linuxfromscratch.org/blfs/view/cvs/pst/sgml-common.html
require 'package'
class Sgml_common < Package
description 'The sgml-common package gathers very basic stuff necessary to work with SGML and XML.'
homepage 'https://sourceware.org/docbook-tools/'