elmPackages.*: add meta

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Marek Fajkus
2021-01-16 19:48:00 +01:00
co-authored by Sandro
parent 703b378e34
commit ccdf2b2be6
2 changed files with 84 additions and 16 deletions
@@ -18,12 +18,4 @@ rustPlatform.buildRustPackage rec {
# Tests perform networking and therefore can't work in sandbox
doCheck = false;
meta = with stdenv.lib; {
description = "Install, upgrade and uninstall Elm dependencies";
homepage = "https://github.com/zwilias/elm-json";
license = licenses.mit;
maintainers = [ maintainers.turbomack ];
platforms = platforms.linux;
};
}