mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
Merge pull request #59535 from matthewbauer/homepage-fixes
treewide: update homepages to https where available
This commit is contained in:
@@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Allows to `from nixpkgs import` stuff in interactive Python sessions";
|
||||
homepage = http://github.com/t184256/nixpkgs-python-importer;
|
||||
homepage = https://github.com/t184256/nixpkgs-python-importer;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ t184256 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user