summary refs log tree commit diff
path: root/pkgs/development/perl-modules/MNI/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/perl-modules/MNI/default.nix')
-rw-r--r--pkgs/development/perl-modules/MNI/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/perl-modules/MNI/default.nix b/pkgs/development/perl-modules/MNI/default.nix
index def32abf881..7057883e637 100644
--- a/pkgs/development/perl-modules/MNI/default.nix
+++ b/pkgs/development/perl-modules/MNI/default.nix
@@ -16,6 +16,7 @@ buildPerlPackage {
   doCheck = false;  # TODO: almost all tests fail ... is this a real problem?
 
   meta = with stdenv.lib; {
+    homepage = "https://github.com/BIC-MNI/mni-perllib";
     license = with licenses; [ artistic1 gpl1Plus ];
     maintainers = with maintainers; [ bcdarwin ];
   };