summary refs log tree commit diff
path: root/pkgs/development/idris-modules
diff options
context:
space:
mode:
authorImuli <i@imu.li>2018-08-02 10:24:48 -0400
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-02 16:24:48 +0200
commit632bda238fb278d5b77df40d03b1c7f2ed51a643 (patch)
treebaf93e65ecb04cce4cbc67590be31128681a5cd7 /pkgs/development/idris-modules
parenta7bfe3c5f56409a68ea4c7ddbd944a677d488819 (diff)
downloadnixpkgs-632bda238fb278d5b77df40d03b1c7f2ed51a643.tar
nixpkgs-632bda238fb278d5b77df40d03b1c7f2ed51a643.tar.gz
nixpkgs-632bda238fb278d5b77df40d03b1c7f2ed51a643.tar.bz2
nixpkgs-632bda238fb278d5b77df40d03b1c7f2ed51a643.tar.lz
nixpkgs-632bda238fb278d5b77df40d03b1c7f2ed51a643.tar.xz
nixpkgs-632bda238fb278d5b77df40d03b1c7f2ed51a643.tar.zst
nixpkgs-632bda238fb278d5b77df40d03b1c7f2ed51a643.zip
idrisPackages.graphviz: fix homepage (#44355)
Diffstat (limited to 'pkgs/development/idris-modules')
-rw-r--r--pkgs/development/idris-modules/graphviz.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/idris-modules/graphviz.nix b/pkgs/development/idris-modules/graphviz.nix
index 955b459289a..47c2ee638c5 100644
--- a/pkgs/development/idris-modules/graphviz.nix
+++ b/pkgs/development/idris-modules/graphviz.nix
@@ -22,7 +22,7 @@ build-idris-package  {
 
   meta = {
     description = "Parser and library for graphviz dot files";
-    homepage = https://github.com/mgttlinger/idris-graphviz;
+    homepage = https://gitlab.com/mgttlinger/idris-graphviz;
     license = lib.licenses.gpl3;
     maintainers = [ lib.maintainers.brainrape ];
   };