xborders: fix typo
This commit is contained in:
parent
e74e5a6276
commit
ee7296b380
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ with pkgs; callPackage python3Packages.buildPythonPackage rec {
|
||||||
description = "Active window border replacement for window managers.";
|
description = "Active window border replacement for window managers.";
|
||||||
homepage = "https://github.com/deter0/xborder";
|
homepage = "https://github.com/deter0/xborder";
|
||||||
license = licenses.unlicense;
|
license = licenses.unlicense;
|
||||||
maitainers = with maintainers; [ elnudev ];
|
maintainers = with maintainers; [ elnudev ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue