about summary refs log tree commit diff
path: root/pkgs/development/python-modules/namedlist
diff options
context:
space:
mode:
authorRaphael Borun Das Gupta <git@raphael.dasgupta.ch>2020-09-27 22:15:05 +0200
committerJon <jonringer@users.noreply.github.com>2020-09-29 06:15:16 -0700
commit638612dadf64da1f776139b208a0d959142c4adc (patch)
tree510a810fedaacfe4c7cfb0b121b85f4285f18f15 /pkgs/development/python-modules/namedlist
parent9a2f904e8f686cc33a2cc161656e1e0d91d97161 (diff)
pythonPackages.namedlist: bitbucket -> gitlab.com
adapt meta.homepage, as upstream has moved to gitlab.com
Diffstat (limited to 'pkgs/development/python-modules/namedlist')
-rw-r--r--pkgs/development/python-modules/namedlist/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/namedlist/default.nix b/pkgs/development/python-modules/namedlist/default.nix
index a180372c18deb..874b1e177d279 100644
--- a/pkgs/development/python-modules/namedlist/default.nix
+++ b/pkgs/development/python-modules/namedlist/default.nix
@@ -26,7 +26,7 @@ buildPythonPackage rec {
 
   meta = {
     description = "Similar to namedtuple, but instances are mutable";
-    homepage = "https://bitbucket.org/ericvsmith/namedlist";
+    homepage = "https://gitlab.com/ericvsmith/namedlist";
     license = lib.licenses.asl20;
     maintainers = with lib.maintainers; [ ivan ];
   };