mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
timetagger: use SPDX 3.0 license identifier
This commit is contained in:
parent
d90ae4bfac
commit
bd8eca52fa
@ -43,7 +43,7 @@ python3Packages.buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://timetagger.app";
|
||||
license = licenses.gpl3;
|
||||
license = licenses.gpl3Only;
|
||||
description = "Tag your time, get the insight";
|
||||
maintainers = with maintainers; [ matthiasbeyer ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user