treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Python debugger with GDB-like commands and Emacs bindings";
|
||||
homepage = http://bashdb.sourceforge.net/pydb/;
|
||||
homepage = "http://bashdb.sourceforge.net/pydb/";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user