treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ xlibsWrapper motif ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://codefromabove.com/2014/05/catclock/;
|
||||
homepage = "http://codefromabove.com/2014/05/catclock/";
|
||||
license = with licenses; mit;
|
||||
maintainers = with maintainers; [ ramkromberg ];
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
|
||||
Reference in New Issue
Block a user