forked from pub-solar/os
wik: add meta section
This commit is contained in:
parent
286c8d9ead
commit
23ad00f264
|
@ -21,5 +21,12 @@ final: prev: with prev.python39Packages; {
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
requests
|
requests
|
||||||
];
|
];
|
||||||
|
|
||||||
|
meta = with prev.lib; {
|
||||||
|
description = "query wikipedia articles from your terminal";
|
||||||
|
homepage = "https://github.com/yashsinghcodes/wik";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ teutat3s ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue