Skip to content

Commit 2c60cdb

Browse files
author
Lily Ballard
committed
Update my name and email
1 parent 5096b92 commit 2c60cdb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[package]
22

33
name = "alfred"
4-
version = "4.0.1" # remember to update html_root_url in lib.rs
5-
authors = ["Kevin Ballard <kevin@sb.org>"]
4+
version = "4.0.2" # remember to update html_root_url in lib.rs
5+
authors = ["Lily Ballard <lily@sb.org>"]
66
description = """
77
A library for writing Alfred workflows.
88
99
http://www.alfredapp.com
1010
"""
1111

1212
documentation = "https://docs.rs/alfred/"
13-
repository = "https://github.com/kballard/alfred-rs"
13+
repository = "https://github.com/lilyball/alfred-rs"
1414

1515
readme = "README.md"
1616
license = "MIT/Apache-2.0"
1717

1818
[badges]
19-
travis-ci = { repository = "kballard/alfred-rs" }
19+
travis-ci = { repository = "lilyball/alfred-rs" }
2020

2121
[dependencies]
2222

LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015 Kevin Ballard
1+
Copyright (c) 2015 Lily Ballard
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the “Software”), to deal in

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# alfred-rs
22

3-
[![Build Status](https://travis-ci.org/kballard/alfred-rs.svg?branch=master)](https://travis-ci.org/kballard/alfred-rs)
3+
[![Build Status](https://travis-ci.org/lilyball/alfred-rs.svg?branch=master)](https://travis-ci.org/lilyball/alfred-rs)
44
[![crates.io/crates/alfred](http://meritbadge.herokuapp.com/alfred)](https://crates.io/crates/alfred)
55

66
Rust library to help with creating [Alfred][alfred] [Workflows][].

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015 Kevin Ballard.
1+
// Copyright (c) 2015 Lily Ballard.
22
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
33
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
44
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
@@ -116,7 +116,7 @@
116116
117117
#![warn(missing_docs)]
118118

119-
#![doc(html_root_url = "https://docs.rs/alfred/4.0.1")]
119+
#![doc(html_root_url = "https://docs.rs/alfred/4.0.2")]
120120

121121
#[macro_use]
122122
extern crate serde_json;

0 commit comments

Comments
 (0)