kdiskmark: cleanup meta
Co-authored-by: Ivv <41924494+IvarWithoutBones@users.noreply.github.com>
This commit is contained in:
parent
7cc979502c
commit
4a5bc26138
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/JonMagon/KDiskMark";
|
homepage = "https://github.com/JonMagon/KDiskMark";
|
||||||
maintainers = [ maintainers.symphorien ];
|
maintainers = [ maintainers.symphorien ];
|
||||||
license = [ lib.licenses.gpl3Only ];
|
license = licenses.gpl3Only;
|
||||||
platforms = lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue