treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -58,8 +58,8 @@ stdenv.mkDerivation {
|
||||
relatively compact to allow a lot of code on screen, while (hopefully)
|
||||
clear enough to remain readable even at high resolutions.
|
||||
'';
|
||||
homepage = https://www.donationcoder.com/Software/Jibz/Dina/;
|
||||
downloadPage = https://www.donationcoder.com/Software/Jibz/Dina/;
|
||||
homepage = "https://www.donationcoder.com/Software/Jibz/Dina/";
|
||||
downloadPage = "https://www.donationcoder.com/Software/Jibz/Dina/";
|
||||
license = licenses.free;
|
||||
maintainers = [ maintainers.prikhi ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user