treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
installPhase = "make install DESTDIR=$out PREFIX=\"\"";
meta = with stdenv.lib; {
homepage = https://github.com/venam/2bwm;
homepage = "https://github.com/venam/2bwm";
description = "A fast floating WM written over the XCB library and derived from mcwm";
license = licenses.mit;
maintainers = [ maintainers.sternenseemann ];
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
for flexibility of desktop configuration, improving aestetics,
and efficient use of system resources.
'';
homepage = http://www.afterstep.org/;
homepage = "http://www.afterstep.org/";
license = licenses.gpl2;
maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.linux;
@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Highly configurable, dynamic window manager for X";
homepage = https://awesomewm.org/;
homepage = "https://awesomewm.org/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ lovek323 rasendubi ];
platforms = platforms.linux;
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A tiling window manager based on binary space partitioning";
homepage = https://github.com/baskerville/bspwm;
homepage = "https://github.com/baskerville/bspwm";
maintainers = with maintainers; [ meisternu epitrochoid rvolosatovs ];
license = licenses.bsd2;
platforms = platforms.linux;
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
meta = {
description = "A tiling window manager based on binary space partitioning (git version)";
homepage = https://github.com/baskerville/bspwm;
homepage = "https://github.com/baskerville/bspwm";
maintainers = [ stdenv.lib.maintainers.meisternu stdenv.lib.maintainers.epitrochoid ];
license = stdenv.lib.licenses.bsd2;
platforms = stdenv.lib.platforms.linux;
@@ -17,7 +17,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
description = "bspwm desktop management that supports dymanic appending, removing, and renaming";
homepage = https://github.com/cmschuetz/btops;
homepage = "https://github.com/cmschuetz/btops";
maintainers = with maintainers; [ mnacamura ];
license = licenses.mit;
platforms = platforms.linux;
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A Wayland kiosk";
homepage = https://www.hjdskes.nl/projects/cage/;
homepage = "https://www.hjdskes.nl/projects/cage/";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos ];
@@ -41,7 +41,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A(nother) Common Lisp FullScreen Window Manager";
homepage = https://common-lisp.net/project/clfswm/;
homepage = "https://common-lisp.net/project/clfswm/";
license = licenses.gpl3;
maintainers = with maintainers; [ robgssp ];
platforms = platforms.linux;
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
buildPhase = " make ";
meta = {
homepage = https://suckless.org/;
homepage = "https://suckless.org/";
description = "Dynamic window manager for X";
license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [viric];
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; {
description = "Highly performant and configurable DWM status service";
homepage = https://github.com/Gerschtli/dwm-status;
homepage = "https://github.com/Gerschtli/dwm-status";
license = with licenses; [ mit ];
maintainers = with maintainers; [ gerschtli ];
platforms = platforms.linux;
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
buildPhase = "make";
meta = with stdenv.lib; {
homepage = https://suckless.org/;
homepage = "https://suckless.org/";
description = "Dynamic window manager for X, development version";
license = licenses.mit;
maintainers = with maintainers; [xeji];
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = https://github.com/robm/dzen;
homepage = "https://github.com/robm/dzen";
license = stdenv.lib.licenses.mit;
description = "X notification utility";
platforms = stdenv.lib.platforms.linux;
@@ -19,13 +19,13 @@ stdenv.mkDerivation rec {
inherit patches;
meta = with stdenv.lib; {
homepage = http://www.6809.org.uk/evilwm/;
homepage = "http://www.6809.org.uk/evilwm/";
description = "Minimalist window manager for the X Window System";
license = {
shortName = "evilwm";
fullName = "Custom, inherited from aewm and 9wm";
url = http://www.6809.org.uk/evilwm/;
url = "http://www.6809.org.uk/evilwm/";
free = true;
}; # like BSD/MIT, but Share-Alike'y; See README.
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
fast, desktop experience. It is written in C++ and licensed
under MIT license.
'';
homepage = http://fluxbox.org/;
homepage = "http://fluxbox.org/";
license = licenses.mit;
maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.linux;
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
] ++ stdenv.lib.optional gestures libstroke;
meta = {
homepage = http://fvwm.org;
homepage = "http://fvwm.org";
description = "A multiple large virtual desktop window manager";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A manual tiling window manager for X";
homepage = http://herbstluftwm.org/;
homepage = "http://herbstluftwm.org/";
license = stdenv.lib.licenses.bsd2;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A flexible scheduler for your i3bar blocks -- this is a fork to use with i3-gaps";
homepage = https://github.com/Airblader/i3blocks-gaps;
homepage = "https://github.com/Airblader/i3blocks-gaps";
license = licenses.gpl3;
maintainers = with maintainers; [ carlsverre ];
platforms = platforms.linux;
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
# XDG_CONFIG_DIRS can contain multiple elements separated by colons, which should be searched in order.
(fetchpatch {
# https://github.com/vivien/i3blocks/pull/405
url = https://github.com/edef1c/i3blocks/commit/d57b32f9a364aeaf36869efdd54240433c737e57.patch;
url = "https://github.com/edef1c/i3blocks/commit/d57b32f9a364aeaf36869efdd54240433c737e57.patch";
sha256 = "102xb0ax0hmg82dz2gzfag470dkckzf2yizai0izacvrz0d3ngj1";
})
];
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
meta = {
description = "A flexible scheduler for your i3bar blocks";
homepage = https://github.com/vivien/i3blocks;
homepage = "https://github.com/vivien/i3blocks";
license = licenses.gpl3;
platforms = with platforms; freebsd ++ linux;
};
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Focus and select windows in i3";
homepage = https://github.com/cornerman/i3-easyfocus;
homepage = "https://github.com/cornerman/i3-easyfocus";
maintainers = with maintainers; [teto];
license = licenses.gpl3;
platforms = platforms.linux;
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A C interface library to i3wm";
homepage = https://github.com/acrisci/i3ipc-glib;
homepage = "https://github.com/acrisci/i3ipc-glib";
maintainers = with maintainers; [teto];
license = licenses.gpl3;
platforms = platforms.linux;
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/klaxalk/i3-layout-manager;
homepage = "https://github.com/klaxalk/i3-layout-manager";
description = "Saving, loading and managing layouts for i3wm.";
license = licenses.mit;
platforms = platforms.linux;
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "i3lock is a bash script that takes a screenshot of the desktop, blurs the background and adds a lock icon and text.";
homepage = https://github.com/meskarune/i3lock-fancy;
homepage = "https://github.com/meskarune/i3lock-fancy";
maintainers = with maintainers; [ ];
license = licenses.mit;
platforms = platforms.linux;
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
a configurable image is shown, and a ring-shaped unlock-indicator gives feedback
for every keystroke. After entering your password, the screen is unlocked again.
'';
homepage = https://i3wm.org/i3lock/;
homepage = "https://i3wm.org/i3lock/";
maintainers = with maintainers; [ malyn domenkozar ];
license = licenses.bsd3;
platforms = platforms.all;
@@ -32,7 +32,7 @@ python3Packages.buildPythonApplication rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = https://github.com/enkore/i3pystatus;
homepage = "https://github.com/enkore/i3pystatus";
description = "A complete replacement for i3status";
longDescription = ''
i3pystatus is a growing collection of python scripts for status output compatible
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; {
description = "Very resource-friendly and feature-rich replacement for i3status";
homepage = https://github.com/greshake/i3status-rust;
homepage = "https://github.com/greshake/i3status-rust";
license = licenses.gpl3;
maintainers = with maintainers; [ backuitist globin ma27 ];
platforms = platforms.linux;
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Generates a status line for i3bar, dzen2, xmobar or lemonbar";
homepage = https://i3wm.org;
homepage = "https://i3wm.org";
maintainers = [ ];
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.all;
@@ -26,6 +26,6 @@ python3Packages.buildPythonApplication rec {
maintainers = with maintainers; [ synthetica ];
platforms = platforms.linux;
license = licenses.mit;
homepage = https://travisf.net/i3-wk-switcher;
homepage = "https://travisf.net/i3-wk-switcher";
};
}
@@ -4,12 +4,12 @@ stdenv.mkDerivation {
name = "ion-3-20090110";
meta = {
description = "Tiling tabbed window manager designed with keyboard users in mind";
homepage = http://modeemi.fi/~tuomov/ion;
homepage = "http://modeemi.fi/~tuomov/ion";
platforms = with stdenv.lib.platforms; linux;
license = stdenv.lib.licenses.lgpl21;
};
src = fetchurl {
url = http://tuomov.iki.fi/software/dl/ion-3-20090110.tar.gz;
url = "http://tuomov.iki.fi/software/dl/ion-3-20090110.tar.gz";
sha256 = "1nkks5a95986nyfkxvg2rik6zmwx0lh7szd5fji7yizccwzc9xns";
};
buildInputs = [ xlibsWrapper lua gettext groff ];
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
preConfigure = "./autogen.sh";
meta = {
homepage = http://joewing.net/projects/jwm/;
homepage = "http://joewing.net/projects/jwm/";
description = "Joe's Window Manager is a light-weight X11 window manager";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix;
@@ -36,7 +36,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A full configuration manager for JWM";
homepage = https://joewing.net/projects/jwm;
homepage = "https://joewing.net/projects/jwm";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
meta = {
description = "Simple daemon and library to make per window layout using XKB";
homepage = https://github.com/qnikst/kbdd;
homepage = "https://github.com/qnikst/kbdd";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.wedens ];
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "larswm-7.5.3";
src = fetchurl {
url = mirror://sourceforge/larswm/larswm-7.5.3.tar.gz;
url = "mirror://sourceforge/larswm/larswm-7.5.3.tar.gz";
sha256 = "1xmlx9g1nhklxjrg0wvsya01s4k5b9fphnpl9zdwp29mm484ni3v";
};
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
installTargets = [ "install" "install.man" ];
meta = {
homepage = http://www.fnurt.net/larswm;
homepage = "http://www.fnurt.net/larswm";
description = "9wm-like tiling window manager";
license = stdenv.lib.licenses.free;
platforms = stdenv.lib.platforms.linux;
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A lightweight xcb based bar";
homepage = https://github.com/LemonBoy/bar;
homepage = "https://github.com/LemonBoy/bar";
maintainers = [ maintainers.meisternu ];
license = "Custom";
platforms = platforms.linux;
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
meta = {
description = "A lightweight xcb based bar with XFT-support";
homepage = https://github.com/krypt-n/bar;
homepage = "https://github.com/krypt-n/bar";
license = "Custom";
platforms = stdenv.lib.platforms.linux;
};
@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/DelusionalLogic/NeoComp;
homepage = "https://github.com/DelusionalLogic/NeoComp";
license = licenses.gpl3;
maintainers = with maintainers; [ twey ];
platforms = platforms.linux;
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
meta = {
description = "X window manager for non-desktop embedded systems";
homepage = http://openbox.org/;
homepage = "http://openbox.org/";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
};
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A really minimalistic X window manager";
homepage = https://www.oroborus.org/;
homepage = "https://www.oroborus.org/";
license = licenses.gpl2Plus;
maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.linux;
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
appear as they should when starting applications.
- Chainable Keygrabber, usability for everyone.
'';
homepage = http://www.pekwm.org;
homepage = "http://www.pekwm.org";
license = licenses.gpl2;
maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.linux;
@@ -44,7 +44,7 @@ python37Packages.buildPythonApplication rec {
doCheck = false; # Requires X server.
meta = with stdenv.lib; {
homepage = http://www.qtile.org/;
homepage = "http://www.qtile.org/";
license = licenses.mit;
description = "A small, flexible, scriptable tiling window manager written in Python";
platforms = platforms.linux;
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://www.nongnu.org/ratpoison/;
homepage = "https://www.nongnu.org/ratpoison/";
description = "Simple mouse-free tiling window manager";
license = licenses.gpl2Plus;
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
All high-level WM functions are implemented in Lisp for future extensibility
or redefinition.
'';
homepage = http://sawfish.wikia.com;
homepage = "http://sawfish.wikia.com";
license = licenses.gpl2;
maintainers = [ maintainers.AndersonTorres ];
};
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Stand alone tray";
homepage = http://stalonetray.sourceforge.net;
homepage = "http://stalonetray.sourceforge.net";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ raskin ];
@@ -34,7 +34,7 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
homepage = https://github.com/stumpwm/stumpwm-contrib;
homepage = "https://github.com/stumpwm/stumpwm-contrib";
description = "STUMPwm Interactive SHell";
license = licenses.gpl2;
maintainers = [ maintainers.ebzzry ];
@@ -95,7 +95,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A tiling window manager for X11";
homepage = https://github.com/stumpwm/;
homepage = "https://github.com/stumpwm/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ the-kenny ];
platforms = platforms.linux;
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "i3-compatible tiling Wayland compositor";
homepage = https://swaywm.org;
homepage = "https://swaywm.org";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos synthetica ma27 ];
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
name = "tabbed-20180310";
src = fetchgit {
url = https://git.suckless.org/tabbed;
url = "https://git.suckless.org/tabbed";
rev = "b5f9ec647aae2d9a1d3bd586eb7523a4e0a329a3";
sha256 = "0frj2yjaf0mfjwgyfappksfir52mx2xxd3cdg5533m5d88vbmxss";
};
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
];
meta = {
homepage = https://tools.suckless.org/tabbed;
homepage = "https://tools.suckless.org/tabbed";
description = "Simple generic tabbed fronted to xembed aware applications";
license = licenses.mit;
maintainers = with maintainers; [ vrthra ];
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" ];
meta = with stdenv.lib; {
homepage = https://github.com/sargon/trayer-srg;
homepage = "https://github.com/sargon/trayer-srg";
license = licenses.mit;
description = "A lightweight GTK2-based systray for UNIX desktop";
platforms = platforms.linux;
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
buildInputs = [ ncurses glib libviper libpseudo gpm libvterm ];
meta = with stdenv.lib; {
homepage = http://vwm.sourceforge.net/;
homepage = "http://vwm.sourceforge.net/";
description = "Dynamic window manager for the console";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ];
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Reference implementation of a Wayland compositor";
homepage = https://wayland.freedesktop.org/;
homepage = "https://wayland.freedesktop.org/";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos ];
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
];
meta = with stdenv.lib; {
homepage = http://windowmaker.org/;
homepage = "http://windowmaker.org/";
description = "NeXTSTEP-like window manager";
longDescription = ''
Window Maker is an X11 window manager originally designed to
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "alsamixer.app-0.2.1";
src = fetchgit {
url = git://repo.or.cz/dockapps.git;
url = "git://repo.or.cz/dockapps.git";
rev = "38c74350b02f35824554ce0c4f0f251d71762040";
sha256 = "0g9cwhlqg065fbhav4g4n16a4cqkk9jykl3y0zwbn5whhacfqyhl";
};
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
meta = {
description = "Alsa mixer application for Windowmaker";
homepage = http://windowmaker.org/dockapps/?name=AlsaMixer.app;
homepage = "http://windowmaker.org/dockapps/?name=AlsaMixer.app";
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.bstrik ];
};
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "wmCalClock-1.25";
src = fetchurl {
url = http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/wmCalClock-1.25.tar.gz;
url = "http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/wmCalClock-1.25.tar.gz";
sha256 = "4b42b55bb7c1d7c58b5ee1f0058c683d3e4f3e3380d3a69c54a50b983c7c1b3f";
};
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "wmsm.app-0.2.1";
src = fetchurl {
url = http://linux-bsd-unix.strefa.pl/wmsm.app-0.2.1.tar.bz2;
url = "http://linux-bsd-unix.strefa.pl/wmsm.app-0.2.1.tar.bz2";
sha256 = "369a8f2e5673c6b7ab0cf85166f38fbf553dd966c3c1cfeec0e32837defd32c7";
};
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
meta = {
description = "System monitor for Windowmaker";
homepage = http://linux-bsd-unix.strefa.pl;
homepage = "http://linux-bsd-unix.strefa.pl";
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.bstrik ];
};
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "wmsystemtray-1.4";
src = fetchurl {
url = mirror://sourceforge/project/wmsystemtray/wmsystemtray/wmsystemtray-1.4.tar.gz;
url = "mirror://sourceforge/project/wmsystemtray/wmsystemtray/wmsystemtray-1.4.tar.gz";
sha256 = "8edef43691e9fff071000e29166c7c1ad420c0956e9068151061e881c8ac97e9";
};
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
meta = {
description = "Systemtray for Windowmaker";
homepage = http://wmsystemtray.sourceforge.net;
homepage = "http://wmsystemtray.sourceforge.net";
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.bstrik ];
platforms = stdenv.lib.platforms.linux;
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
pname = "wmii";
src = fetchurl {
url = https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/wmii/source-archive.zip;
url = "https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/wmii/source-archive.zip";
sha256 = "1wmkq14zvmfrmydl8752xz852cy7agrx3qp4fy2cc5asb2r9abaz";
};
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "WMII_HGVERSION=hg${rev}" ];
meta = {
homepage = https://suckless.org/; # https://wmii.suckless.org/ does not exist anymore
homepage = "https://suckless.org/"; # https://wmii.suckless.org/ does not exist anymore
description = "A small window manager controlled by a 9P filesystem";
maintainers = with stdenv.lib.maintainers; [ kovirobi ];
license = stdenv.lib.licenses.mit;
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
PKG_CONFIG_LIBXFCE4PANEL_1_0_LIBDIR = "$(out)/lib";
meta = with stdenv.lib; {
homepage = https://github.com/kalj/xmonad-log-applet;
homepage = "https://github.com/kalj/xmonad-log-applet";
license = licenses.bsd3;
description = "An applet that will display XMonad log information (${desktopSupport} version)";
platforms = platforms.linux;
@@ -47,7 +47,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A modern and lightweight status bar for X window managers";
homepage = https://github.com/geommer/yabar;
homepage = "https://github.com/geommer/yabar";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ ma27 ];