-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
tusd: init at 1.8.0 #167076
base: master
Are you sure you want to change the base?
tusd: init at 1.8.0 #167076
Conversation
Result of 1 package built:
|
@ofborg build nixosTests.tusd |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/packages-looking-for-a-maintainer/5442/7 |
I converted to a draft PR because
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shame to see your work going to waste, I volunteer to help you maintain this. Can you get it rebased? Also, you might as well move the package to the new per name format.
description = "Reference server implementation in Go of tus: the open protocol for resumable file uploads"; | ||
license = licenses.mit; | ||
homepage = "https://tus.io/"; | ||
maintainers = with maintainers; [ nh2 ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maintainers = with maintainers; [ nh2 ]; | |
maintainers = with maintainers; [ nh2 kalbasit ]; |
Description of changes
tusd
, the reference server implementation of https://tus.iocurl
-based test upload script is from Curl like client to test tus API implementation? tus/tus.io#96 (comment)I would like to have co-maintainers for this, since I'm just trying out
tusd
currently.Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes