treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "PulseAudio system tray";
|
||||
homepage = https://github.com/christophgysin/pasystray;
|
||||
homepage = "https://github.com/christophgysin/pasystray";
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [ exlevan kamilchm ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user