treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
The specific utilities included are: add-shell installkernel ischroot remove-shell run-parts savelog tempfile which
|
||||
'';
|
||||
downloadPage = https://packages.debian.org/sid/debianutils;
|
||||
downloadPage = "https://packages.debian.org/sid/debianutils";
|
||||
license = with licenses; [ gpl2Plus publicDomain smail ];
|
||||
maintainers = [];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user