treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A searchable command palette in every modern GTK application";
|
||||
homepage = https://github.com/p-e-w/plotinus;
|
||||
homepage = "https://github.com/p-e-w/plotinus";
|
||||
maintainers = with maintainers; [ samdroid-apps ];
|
||||
platforms = platforms.linux;
|
||||
# No COPYING file, but headers in the source code
|
||||
|
||||
Reference in New Issue
Block a user