treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -32,8 +32,8 @@ mkDerivation rec {
|
||||
Synergy was a commercialized reimplementation of the original
|
||||
CosmoSynergy written by Chris Schoeneman.
|
||||
'';
|
||||
homepage = https://github.com/debauchee/barrier;
|
||||
downloadPage = https://github.com/debauchee/barrier/releases;
|
||||
homepage = "https://github.com/debauchee/barrier";
|
||||
downloadPage = "https://github.com/debauchee/barrier/releases";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.phryneas ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user