Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shamilton to maintainers #87935

Closed

Conversation

SCOTT-HAMILTON
Copy link
Contributor

Motivation for this change

Wasn't yet on the maintainers list.

Things done

Added Scott Hamilton aka me to the list.

@wamserma
Copy link
Member

Please rename the PR or drop 9c7dcca from this PR.

email = "sgn.hamilton@protonmail.com";
github = "SCOTT-HAMILTON";
githubId = 24496705;
};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sort entries for better readability.

Copy link
Member

@bbjubjub2494 bbjubjub2494 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

your package should be inserted in the wider nixpkgs with a callPackage expression in pkgs/top-level/all-packages.nix

Also please confirm that the point of this PR is to init otpgen.

EDIT: #87887

name = "OTPGen";

meta = {
description = "MULTI-PURPOSE OTP TOKEN GENERATOR WRITTEN IN C++ AND QT WITH ENCRYPTION AND SYSTEM TRAY ICON. SUPPORTS TOTP, HOTP, AUTHY AND STEAM AND CUSTOM DIGIT LENGTHS AND PERIODS.";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All caps is inappropriate here. The period as well. please conform to the manual.

pkgs/tools/security/otpgen/default.nix Outdated Show resolved Hide resolved
license = lib.licenses.mit;
homepage = "https://github.com/magiruuvelvet/OTPGen";
maintainers = [ "Scott Hamilton <sgn'dot'hamilton'at'protonmail'dot'com>" ];
priority = "10";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why does this package need to be low-priority?

homepage = "https://github.com/magiruuvelvet/OTPGen";
maintainers = [ "Scott Hamilton <sgn'dot'hamilton'at'protonmail'dot'com>" ];
priority = "10";
timeout = 3600;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this package need a timeout?

@@ -0,0 +1,42 @@
{
pkgs ? import <nixpkgs> {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default arguments shouldn't be used within nixpkgs. please use something like

{
  lib,
  stdenv,
  makeWrapper,
  fetchFromGithub,
  fakeSha256
  cmake,
  pkg-config,
  cryptopp,
  qtbase,
}:

SCOTT-HAMILTON and others added 2 commits May 16, 2020 14:05
@SCOTT-HAMILTON
Copy link
Contributor Author

Moved to #87938

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants