mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
mc: quote urls
This commit is contained in:
parent
841b89cac8
commit
0ad2243c66
|
@ -60,11 +60,11 @@ stdenv.mkDerivation rec {
|
|||
meta = with stdenv.lib; {
|
||||
description = "File Manager and User Shell for the GNU Project";
|
||||
downloadPage = "https://www.midnight-commander.org/downloads/";
|
||||
homepage = https://www.midnight-commander.org;
|
||||
homepage = "https://www.midnight-commander.org";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ sander ];
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
repositories.git = git://github.com/MidnightCommander/mc.git;
|
||||
repositories.git = "https://github.com/MidnightCommander/mc.git";
|
||||
updateWalker = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue