treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
meta = {
|
||||
homepage = https://packages.debian.org/source/xbindkeys-config;
|
||||
homepage = "https://packages.debian.org/source/xbindkeys-config";
|
||||
description = "Graphical interface for configuring xbindkeys";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
maintainers = with stdenv.lib.maintainers; [benley];
|
||||
|
||||
Reference in New Issue
Block a user