treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ cmake ];
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/bo0ts/ddate;
|
||||
homepage = "https://github.com/bo0ts/ddate";
|
||||
description = "Discordian version of the date program";
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
maintainers = with stdenv.lib.maintainers; [kovirobi];
|
||||
|
||||
Reference in New Issue
Block a user