[PATCH] gnu: ghc-microlens: Update home page.

  • Done
  • quality assurance status badge
Details
2 participants
  • Aleksandr Vityazev
  • Ludovic Courtès
Owner
unassigned
Submitted by
Aleksandr Vityazev
Severity
normal

Debbugs page

Aleksandr Vityazev wrote 3 years ago
(address . guix-patches@gnu.org)
4196be0d9b4f5a6d11cbedb41d6ec2a5b73ed598.1639609413.git.avityazev@posteo.org
* gnu/packages/haskell-xyz.scm (ghc-microlens)[home-page]: Use new home page.
---
gnu/packages/haskell-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (21 lines)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 20e62d85c2..d27a3cb25d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7575,7 +7575,7 @@ (define-public ghc-microlens
"10q7gl9yavcln58sxdxzih7ff0ixxq5hpd87icvxw97yqf1p6hmm"))))
(build-system haskell-build-system)
(home-page
- "https://github.com/aelve/microlens")
+ "https://github.com/monadfix/microlens")
(synopsis "Provides a tiny lens Haskell library with no dependencies")
(description "This Haskell package provides a lens library, just like
@code{ghc-lens}, but smaller. It provides essential lenses and
--
2.34.0



--

Aleksandr Vityazev
Ludovic Courtès wrote 3 years ago
(name . Aleksandr Vityazev)(address . avityazev@posteo.org)(address . 52529-done@debbugs.gnu.org)
87czlri9tk.fsf@gnu.org
Aleksandr Vityazev <avityazev@posteo.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/haskell-xyz.scm (ghc-microlens)[home-page]: Use new home page.

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 52529@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 52529
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help