treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ buildGoPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Content-addressed binary distribution system";
|
||||
longDescription = "An alternate implementation of the casync protocol and storage mechanism with a focus on production-readiness";
|
||||
homepage = https://github.com/folbricht/desync;
|
||||
homepage = "https://github.com/folbricht/desync";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix; # *may* work on Windows, but varies between releases.
|
||||
maintainers = [ maintainers.chaduffy ];
|
||||
|
||||
Reference in New Issue
Block a user