treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
installPhase = "mkdir -p $out/sbin; cp 915resolution $out/sbin/";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://915resolution.mango-lang.org/;
|
||||
homepage = "http://915resolution.mango-lang.org/";
|
||||
description = "A tool to modify Intel 800/900 video BIOS";
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
license = licenses.publicDomain;
|
||||
|
||||
Reference in New Issue
Block a user