treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "0.9.3+16";
|
||||
|
||||
src = fetchgit {
|
||||
url = https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt;
|
||||
url = "https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt";
|
||||
rev = "import/${version}.04.20160218-1";
|
||||
sha256 = "039yvklhbmfbcynrbqq9n5ywmj8bjfslnkzcnwpzyhnxdzb6yxlx";
|
||||
};
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
cmakeFlags = [ "-DWITH_DOC=OFF" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://launchpad.net/libdbusmenu-qt;
|
||||
homepage = "https://launchpad.net/libdbusmenu-qt";
|
||||
description = "Provides a Qt implementation of the DBusMenu spec";
|
||||
maintainers = [ maintainers.ttuegel ];
|
||||
inherit (qtbase.meta) platforms;
|
||||
|
||||
Reference in New Issue
Block a user