treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -27,8 +27,8 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "A program that compares two Nix expressions and determines which attributes changed";
|
||||
homepage = https://github.com/FRidh/niff;
|
||||
homepage = "https://github.com/FRidh/niff";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = [ stdenv.lib.maintainers.fridh ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user