treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/devkitPro/ndstool;
|
||||
homepage = "https://github.com/devkitPro/ndstool";
|
||||
description = "A tool to unpack and repack nds rom";
|
||||
maintainers = [ stdenv.lib.maintainers.marius851000 ];
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
|
||||
Reference in New Issue
Block a user