tinystatus: remove with lib
This commit is contained in:
@@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
owner = "bderenzo";
|
||||
repo = "tinystatus";
|
||||
rev = "fc128adf240261ac99ea3e3be8d65a92eda52a73";
|
||||
sha256 = "sha256-FvQwibm6F10l9/U3RnNTGu+C2JjHOwbv62VxXAfI7/s=";
|
||||
hash = "sha256-FvQwibm6F10l9/U3RnNTGu+C2JjHOwbv62VxXAfI7/s=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
@@ -61,12 +61,12 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Static HTML status page generator written in pure shell";
|
||||
mainProgram = "tinystatus";
|
||||
homepage = "https://github.com/bderenzo/tinystatus";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ matthewcroughan ];
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ matthewcroughan ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user