treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "MIT Kerberos 5";
|
||||
homepage = http://web.mit.edu/kerberos/;
|
||||
homepage = "http://web.mit.edu/kerberos/";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix ++ platforms.windows;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user