a2ps: fix homepage url

This commit is contained in:
mimadrid 2017-10-26 23:39:33 +02:00 committed by Robert Helgesson
parent 436c8fd287
commit 817d51aa8f
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
(page number, printing date, file name or supplied header), line numbering, symbol substitution as (page number, printing date, file name or supplied header), line numbering, symbol substitution as
well as pretty printing for a wide range of programming languages. well as pretty printing for a wide range of programming languages.
''; '';
homepage = http://www.inf.enst.fr/~demaille/a2ps/index.html; homepage = https://www.gnu.org/software/a2ps/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.bennofs ]; maintainers = [ maintainers.bennofs ];
platforms = platforms.linux; platforms = platforms.linux;