treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -25,8 +25,8 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Consolidate duplicate files via hardlinks";
|
||||
homepage = https://pagure.io/hardlink;
|
||||
repositories.git = https://src.fedoraproject.org/cgit/rpms/hardlink.git;
|
||||
homepage = "https://pagure.io/hardlink";
|
||||
repositories.git = "https://src.fedoraproject.org/cgit/rpms/hardlink.git";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user