treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -36,7 +36,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Command line tool for unpacking archives easily";
|
||||
homepage = https://packages.qa.debian.org/u/unp.html;
|
||||
homepage = "https://packages.qa.debian.org/u/unp.html";
|
||||
license = with licenses; [ gpl2 ];
|
||||
maintainers = [ maintainers.timor ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user