treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
installPhase = "mkdir -p $out/bin && mv mid2key $out/bin";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://code.google.com/p/mid2key/;
|
||||
homepage = "http://code.google.com/p/mid2key/";
|
||||
description = "A simple tool which maps midi notes to simulated keystrokes";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.goibhniu ];
|
||||
|
||||
Reference in New Issue
Block a user