diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:00 +0200 |
commit | bc95e0c8d6aa0e993862a22bfd128e2327630711 (patch) | |
tree | a5627f471088115bc242fef53033b7ef2ba56f72 | |
parent | b279e778ab510e7a789205fe11107daac85147f4 (diff) |
gnu: foomatic-filters: Use project home page.
* gnu/packages/cups.scm (foomatic-filters)[home-page]: Point upstream.
-rw-r--r-- | gnu/packages/cups.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index 617a89d954..005ec15f11 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -716,8 +716,7 @@ should only be used as part of the Guix cups-pk-helper service.") (search-patches "foomatic-filters-CVE-2015-8327.patch" "foomatic-filters-CVE-2015-8560.patch")))) (build-system gnu-build-system) - (home-page - "https://wiki.linuxfoundation.org/openprinting/database/foomatic") + (home-page "https://openprinting.github.io/projects/02-foomatic/") (native-inputs (list perl pkg-config)) (inputs |