treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -4,13 +4,13 @@ stdenv.mkDerivation {
|
||||
name = "liboop-1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://download.ofb.net/liboop/liboop.tar.gz;
|
||||
url = "http://download.ofb.net/liboop/liboop.tar.gz";
|
||||
sha256 = "34d83c6e0f09ee15cb2bc3131e219747c3b612bb57cf7d25318ab90da9a2d97c";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Event loop library";
|
||||
homepage = http://liboop.ofb.net/;
|
||||
homepage = "http://liboop.ofb.net/";
|
||||
license = "LGPL";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user