lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.django: remove lsix from maintainers

+2 -2
+1 -1
pkgs/development/python-modules/django/2.nix
··· 33 33 description = "A high-level Python Web framework"; 34 34 homepage = "https://www.djangoproject.com/"; 35 35 license = licenses.bsd3; 36 - maintainers = with maintainers; [ georgewhewell lsix ]; 36 + maintainers = with maintainers; [ georgewhewell ]; 37 37 }; 38 38 }
+1 -1
pkgs/development/python-modules/django/3.nix
··· 43 43 description = "A high-level Python Web framework"; 44 44 homepage = "https://www.djangoproject.com/"; 45 45 license = licenses.bsd3; 46 - maintainers = with maintainers; [ georgewhewell lsix ]; 46 + maintainers = with maintainers; [ georgewhewell ]; 47 47 }; 48 48 }