treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -29,8 +29,8 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.libertyzero.com/GEncfsM/;
|
||||
downloadPage = https://launchpad.net/gencfsm/;
|
||||
homepage = "http://www.libertyzero.com/GEncfsM/";
|
||||
downloadPage = "https://launchpad.net/gencfsm/";
|
||||
description = "EncFS manager and mounter with GNOME3 integration";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user