mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Fix missing descriptions
svn path=/nixpkgs/trunk/; revision=24596
This commit is contained in:
parent
2db7a9dfbd
commit
eb2a953bc3
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ rec {
|
||||||
'' [];
|
'' [];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "${abort ''Specify description''}";
|
description = "A stand-alone panel";
|
||||||
maintainers = with a.lib.maintainers;
|
maintainers = with a.lib.maintainers;
|
||||||
[
|
[
|
||||||
raskin
|
raskin
|
||||||
|
|
Loading…
Reference in a new issue