treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/sjau/easysnap;
|
||||
homepage = "https://github.com/sjau/easysnap";
|
||||
description = "Customizable ZFS Snapshotting tool with zfs send/recv pulling";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ sjau ];
|
||||
|
||||
Reference in New Issue
Block a user