diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ghostscript.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index 09b10f7741..591e3e7d48 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm @@ -191,7 +191,8 @@ file format. It also includes a C library that implements the graphics capabilities of the PostScript language. It supports a wide variety of output file formats and printers.") (license license:agpl3+) - (home-page "http://www.gnu.org/software/ghostscript/"))) + (home-page "http://www.gnu.org/software/ghostscript/") + (properties '((upstream-name . "gnu-ghostscript"))))) (define ghostscript/fixed (package |