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