hashi-ui: add license

This commit is contained in:
Markus Kowalewski 2020-06-30 21:43:26 +02:00
parent 1560a465c3
commit 56f4aa7c9d
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
description = "A modern user interface for hashicorp Consul & Nomad";
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ numkem ];
license = licenses.mit;
};
}