mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 09:56:13 +03:00
xmobar: set the proper home page url
This commit is contained in:
parent
837a8bcc80
commit
20a931aa8b
@ -18,7 +18,7 @@ cabal.mkDerivation (self: {
|
|||||||
extraLibraries = [ libXrandr wirelesstools ];
|
extraLibraries = [ libXrandr wirelesstools ];
|
||||||
configureFlags = "-fall_extensions";
|
configureFlags = "-fall_extensions";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://projects.haskell.org/xmobar/";
|
homepage = "http://xmobar.org";
|
||||||
description = "A Minimalistic Text Based Status Bar";
|
description = "A Minimalistic Text Based Status Bar";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
Reference in New Issue
Block a user