mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
python.pkgs wide: fix problematic urls
This commit is contained in:
parent
4f2de85ac1
commit
5961f211f3
28 changed files with 34 additions and 29 deletions
|
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Generic test automation framework";
|
||||
homepage = http://robotframework.org/;
|
||||
homepage = https://robotframework.org/;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ bjornfor ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue