treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
following rfc2104 (HMAC). It also includes some key generation algorithms
|
||||
which are based on hash algorithms.
|
||||
'';
|
||||
homepage = http://mhash.sourceforge.net;
|
||||
homepage = "http://mhash.sourceforge.net";
|
||||
license = "LGPL";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user