treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Redo implementation in Bourne Shell";
|
||||
homepage = http://news.dieweltistgarnichtso.net/bin/redo-sh.html;
|
||||
homepage = "http://news.dieweltistgarnichtso.net/bin/redo-sh.html";
|
||||
license = licenses.agpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ sternenseemann ];
|
||||
|
||||
Reference in New Issue
Block a user