about summary refs log tree commit diff
path: root/pkgs/tools/misc/rename
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2019-12-08 17:50:31 +0100
committerJon <jonringer@users.noreply.github.com>2019-12-08 10:21:29 -0800
commit69b393ace512f7d08e31ff2b02b015d39f49fcdf (patch)
treec84be8f01c69b75d031252ef72ee5334504f1a45 /pkgs/tools/misc/rename
parentfd0e1eef2826f95aa12f3177ce3a6d9b72f63711 (diff)
Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
Diffstat (limited to 'pkgs/tools/misc/rename')
-rw-r--r--pkgs/tools/misc/rename/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/rename/default.nix b/pkgs/tools/misc/rename/default.nix
index 770b229a3159a..e32b016016bdd 100644
--- a/pkgs/tools/misc/rename/default.nix
+++ b/pkgs/tools/misc/rename/default.nix
@@ -12,6 +12,7 @@ perlPackages.buildPerlPackage {
   };
   meta = with stdenv.lib; {
     description = "Rename files according to a Perl rewrite expression";
+    homepage = "https://github.com/pstray/rename";
     maintainers = with maintainers; [ mkg ];
     license = with licenses; [ gpl1Plus ];
   };