filebench: adopt, update homepage

This commit is contained in:
Ryan Omasta
2026-05-05 23:17:26 -06:00
parent b0bd0cdf9a
commit 3005598a5b
+2 -2
View File
@@ -36,9 +36,9 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "File system and storage benchmark that can generate both micro and macro workloads";
homepage = "https://sourceforge.net/projects/filebench/";
homepage = "https://github.com/filebench/filebench";
license = lib.licenses.cddl;
maintainers = [ ];
maintainers = [ lib.maintainers.ryand56 ];
platforms = lib.platforms.linux;
mainProgram = "filebench";
};