treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "A backup suite that stores files on other disks";
|
||||
homepage = https://savannah.nongnu.org/projects/storebackup;
|
||||
homepage = "https://savannah.nongnu.org/projects/storebackup";
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
maintainers = [stdenv.lib.maintainers.marcweber];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user