wik: add meta section

This commit is contained in:
teutat3s 2022-02-27 18:24:08 +01:00
parent 286c8d9ead
commit 23ad00f264
Signed by untrusted user: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -21,5 +21,12 @@ final: prev: with prev.python39Packages; {
beautifulsoup4
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 ];
};
};
}