mirror of
https://github.com/RGBCube/superfreq
synced 2025-07-28 17:37:45 +00:00
Revert "treewide: finish renaming to Watt"
This reverts commit 5a197951d9
.
This commit is contained in:
parent
d33659209e
commit
b328c948e0
14 changed files with 132 additions and 132 deletions
|
@ -5,7 +5,7 @@
|
|||
fs = lib.fileset;
|
||||
in
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "watt";
|
||||
pname = "superfreq";
|
||||
version = "0.1.0";
|
||||
|
||||
src = fs.toSource {
|
||||
|
@ -24,14 +24,14 @@ in
|
|||
meta = {
|
||||
description = "Automatic CPU speed & power optimizer for Linux";
|
||||
longDescription = ''
|
||||
Watt is a CPU speed & power optimizer for Linux. It uses
|
||||
Superfreq is a CPU speed & power optimizer for Linux. It uses
|
||||
the CPU frequency scaling driver to set the CPU frequency
|
||||
governor and the CPU power management driver to set the CPU
|
||||
power management mode.
|
||||
|
||||
'';
|
||||
homepage = "https://github.com/NotAShelf/watt";
|
||||
mainProgram = "watt";
|
||||
homepage = "https://github.com/NotAShelf/superfreq";
|
||||
mainProgram = "superfreq";
|
||||
license = lib.licenses.mpl20;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue