lastfmsubmitd: add license
This commit is contained in:
parent
661f569b6c
commit
683265c3d6
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, pythonPackages }:
|
{ lib, fetchurl, pythonPackages }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
pname = "lastfmsubmitd";
|
pname = "lastfmsubmitd";
|
||||||
@ -15,6 +15,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://www.red-bean.com/decklin/lastfmsubmitd/;
|
homepage = https://www.red-bean.com/decklin/lastfmsubmitd/;
|
||||||
|
license = lib.licenses.mit;
|
||||||
description = "An last.fm audio scrobbler and daemon";
|
description = "An last.fm audio scrobbler and daemon";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user