diff options
author | nikita <nikita@n0.is> | 2020-05-11 13:16:37 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-05-13 09:32:18 +0300 |
commit | d93fc75e144e8e9ff7dba02c762ca5d5803d5cfb (patch) | |
tree | ef93d28f67e6e3ebdbb2f2990d11e11efabf852b | |
parent | 3c986a7dc268756c097212de958f046b29b76c1b (diff) | |
download | guix-d93fc75e144e8e9ff7dba02c762ca5d5803d5cfb.tar.gz |
gnu: darcs: Adjust comment, URL disappeared.
* gnu/packages/haskell-apps.scm (darcs): The irc log this URL pointed to disappeared. It was never archived, and in retrospective it is better to point only to the manual of darcs itself. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r-- | gnu/packages/haskell-apps.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm index f489f748a8..ecfe439c4b 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -199,7 +199,7 @@ pre-processors. Additional features include: a plain-text mode; an option to unlit literate code files; and an option to turn off macro-expansion.") (license (list license:lgpl2.1+ license:gpl3+)))) -;; Darcs has no https support: http://irclog.perlgeek.de/darcs/2016-09-17 +;; Darcs has no https support: ;; http://darcs.net/manual/Configuring_darcs.html#SECTION00440070000000000000 ;; and results of search engines will show that if the protocol is http, https ;; is never mentioned. |