treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
inherit version;
|
||||
description = "Ncurses-based monitoring application for wireless network devices";
|
||||
homepage = https://github.com/uoaerg/wavemon;
|
||||
homepage = "https://github.com/uoaerg/wavemon";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ raskin fpletz ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user