summaryrefslogtreecommitdiff
path: root/gnu/packages/moreutils.scm
diff options
context:
space:
mode:
authorEfraim Flashner <[email protected]>2022-11-15 09:34:12 +0200
committerEfraim Flashner <[email protected]>2022-11-15 10:03:52 +0200
commitc666cc3fb913481348706e9552e2f61eab1b42ca (patch)
tree7a429c135ac67bc33013d42ba303d49c21924f1a /gnu/packages/moreutils.scm
parent5f8a2a7a69c251d788f6b8def5f7bc8524a4f09f (diff)
gnu: moreutils: Add release-monitoring-url.
* gnu/packages/moreutils.scm (moreutils)[properties]: New field.
Diffstat (limited to 'gnu/packages/moreutils.scm')
-rw-r--r--gnu/packages/moreutils.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/moreutils.scm b/gnu/packages/moreutils.scm
index aaa787c1d9..d7a9b6db9a 100644
--- a/gnu/packages/moreutils.scm
+++ b/gnu/packages/moreutils.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <[email protected]>
-;;; Copyright © 2016, 2017, 2019 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017, 2019, 2022 Efraim Flashner <[email protected]>
;;; Copyright © 2016–2018, 2020–2022 Tobias Geerinckx-Rice <[email protected]>
;;;
;;; This file is part of GNU Guix.
@@ -69,4 +69,6 @@
(description
"Moreutils is a collection of general-purpose command-line tools to
augment the traditional Unix toolbox.")
+ (properties
+ '((release-monitoring-url . "https://git.joeyh.name/index.cgi/moreutils.git/")))
(license l:gpl2+)))