nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

pythonPackages.sip{,_4}: update homepage

+2 -2
+1 -1
pkgs/development/python-modules/sip/4.x.nix
··· 36 36 37 37 meta = with lib; { 38 38 description = "Creates C++ bindings for Python modules"; 39 - homepage = "http://www.riverbankcomputing.co.uk/"; 39 + homepage = "https://riverbankcomputing.com/"; 40 40 license = licenses.gpl2Plus; 41 41 maintainers = with maintainers; [ lovek323 sander ]; 42 42 platforms = platforms.all;
+1 -1
pkgs/development/python-modules/sip/default.nix
··· 33 33 34 34 meta = with lib; { 35 35 description = "Creates C++ bindings for Python modules"; 36 - homepage = "http://www.riverbankcomputing.co.uk/"; 36 + homepage = "https://riverbankcomputing.com/"; 37 37 license = licenses.gpl3Only; 38 38 maintainers = with maintainers; [ eduardosm ]; 39 39 };