Skip to content

Commit

Permalink
Merge pull request #1 from polarsignals/polarsignals-org
Browse files Browse the repository at this point in the history
update for new home in polarsignals org
  • Loading branch information
umanwizard authored Sep 4, 2024
2 parents e11e6b5 + 0d5548c commit 52a1dbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "custom-labels"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "Apache-2.0"
keywords = ["profiling", "pprof", "polarsignals", "parca"]
description = "Custom labels for profilers"
homepage = "https://polarsignals.com"
repository = "https://github.com/umanwizard/custom-labels"
repository = "https://github.com/polarsignals/custom-labels"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
//! * [Parca](parca.dev) (when using parca-agent v0.33.0 and later)
//! * [Polar Signals Cloud](https://www.polarsignals.com) (when using parca-agent v0.33.0 and later).
//!
//! If you work on another profiler that also supports this format, [send us a PR](https://github.com/umanwizard/custom-labels)
//! If you work on another profiler that also supports this format, [send us a PR](https://github.com/polarsignals/custom-labels)
//! to update this list!
/// Low-level interface to the underlying C library.
Expand Down

0 comments on commit 52a1dbe

Please sign in to comment.