libbytesize: adopt by PlasmaPower

This commit is contained in:
Lee Bousfield
2025-11-11 09:18:30 -06:00
parent 283ef8edc6
commit f46ecab309

View File

@@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Tiny library providing a C 'class' for working with arbitrary big sizes in bytes";
license = lib.licenses.lgpl2Plus;
mainProgram = "bscalc";
maintainers = [ ];
maintainers = [ lib.maintainers.PlasmaPower ];
platforms = lib.platforms.linux;
};
})