treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://aide.sourceforge.net/;
|
||||
homepage = "http://aide.sourceforge.net/";
|
||||
description = "A file and directory integrity checker";
|
||||
license = licenses.free;
|
||||
maintainers = [ maintainers.tstrobel ];
|
||||
|
||||
Reference in New Issue
Block a user